home *** CD-ROM | disk | FTP | other *** search
- object FindDialog: TFindDialog
- Tag = 360
- Left = 245
- Top = 108
- ActiveControl = EditName
- BorderStyle = bsDialog
- Caption = 'Find'
- ClientHeight = 327
- ClientWidth = 316
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = True
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 4
- Top = 8
- Width = 309
- Height = 261
- Shape = bsFrame
- end
- object Label1: TLabel
- Tag = 361
- Left = 20
- Top = 24
- Width = 31
- Height = 13
- Caption = 'Name:'
- end
- object Label2: TLabel
- Tag = 366
- Left = 20
- Top = 156
- Width = 33
- Height = 13
- Caption = 'Found:'
- end
- object Label3: TLabel
- Tag = 364
- Left = 20
- Top = 112
- Width = 48
- Height = 13
- Caption = 'Scanning:'
- end
- object LabelScanning: TLabel
- Left = 100
- Top = 112
- Width = 201
- Height = 13
- AutoSize = False
- end
- object Label5: TLabel
- Tag = 365
- Left = 20
- Top = 132
- Width = 21
- Height = 13
- Caption = 'Hits:'
- end
- object Label6: TLabel
- Tag = 363
- Left = 64
- Top = 48
- Width = 221
- Height = 57
- AutoSize = False
- Caption =
- 'Use file mask to search for all files that match the file mask (' +
- 'e.g. '#39'*NOTE*.TXT'#39' will search all .TXT-files including the word ' +
- #39'NOTE'#39' )'
- WordWrap = True
- end
- object LabelHits: TLabel
- Left = 100
- Top = 132
- Width = 201
- Height = 13
- AutoSize = False
- end
- object Label4: TLabel
- Tag = 362
- Left = 20
- Top = 48
- Width = 18
- Height = 13
- Caption = 'Tip:'
- end
- object ButtonCancel: TButton
- Tag = 368
- Left = 171
- Top = 288
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 0
- OnClick = ButtonCancelClick
- end
- object EditName: TEdit
- Left = 64
- Top = 20
- Width = 225
- Height = 21
- TabOrder = 1
- end
- object ListBoxFound: TListBox
- Left = 16
- Top = 172
- Width = 281
- Height = 85
- ItemHeight = 13
- TabOrder = 2
- end
- object ButtonStart: TButton
- Tag = 367
- Left = 60
- Top = 288
- Width = 75
- Height = 25
- Caption = '&Start'
- Default = True
- ModalResult = 1
- TabOrder = 3
- OnClick = ButtonStartClick
- end
- end
-